This website uses cookies and other tracking technologies to function, personalize your experience, analyze how users engage with us, and tailor advertising to you. We may share this information with our social media, advertising, and analytics partners. Some of this sharing may be considered a sale or sharing of personal data under certain privacy laws. You can adjust your settings by clicking the manage settings button below. We also recognize GPC signals if you have set them in your browser. Clicking the "x" to close this banner or interacting with our website will accept all cookies and other tracking technologies.
Powered by: cookie notice provider logo

LogMeIn support sites no longer support Microsoft's Internet Explorer (IE) browser. Please use a supported browser to ensure all features perform as they should (Chrome / FireFox / Edge).

The GoTo support site no longer supports Safari 15. Please upgrade your browser to Safari 16 (or newer) or switch to a supported browser such as Google Chrome, Mozilla Firefox, or Microsoft Edge.

Discover what our all-in-one IT solution can do for your business. Get LogMeIn Resolve free.

We are currently experiencing an unplanned outage for this product. Service Status
  • Support
  • Products

    Explore support by product

    GoTo Connect

    All-in-one phone, meeting and messaging software

    GoTo Meeting

    Video and audio meeting software

    GoTo Webinar

    All-in-one webinar and virtual events software

    GoTo Room

    Conference room hardware

    GoTo Training

    Online training software

    OpenVoice

    Audio conferencing software

    Grasshopper

    Lightweight virtual phone system

    join.me

    Video conferencing software

    LogMeIn Resolve

    IT management & support

    LogMeIn Resolve MDM

    Mobile device management

    LogMeIn Pro

    Remote device access

    LogMeIn Central

    Remote monitoring & management

    LogMeIn Rescue

    Remote IT support

    GoToMyPC

    Remote desktop access

    GoToAssist

    Remote support software

    Hamachi

    Hosted VPN service

    RemotelyAnywhere

    On-prem remote access solution
  • Community
  • Trainings
  • Service Status
  • Try the improved My Cases portal

    Easily manage your ticket, track its status, contact us from an existing case, and more.

    Sign in to try
  • Language selector icon Language selector icon
    • English
    • Français
    • Italiano
    • Deutsch
    • Español
    • Português
    • Nederlands
  • Contact Support
  • Service Status
  • User Avatar User Avatar
    • Support
    • Contact Support
    • Browse Products
    • Service Status
    • Community
    • Trainings
    • Sign in
    • User Avatar
    • My Account
    • Personal Info
    • Sign In & Security
    • My Cases
    • Billing Center
    • https://link.goto.com/myaccount-billing
    • My GoTo Connect
    • My Meetings
    • My Webinars
    • My Trainings
    • My Conferences
    • My Resolutions
    • My Mobile Devices
    • My Sessions
    • My Sessions
    • My Incidents
    • Sign out
  • Explore Resolve
  • Features and Tools
  • Integrations
  • Intune Integration
  • About LogMeIn Resolve Integration with Microsoft Intune
product logo
Back button image Back
Back button image
product logo

LogMeIn Resolve unattended PKG deployment in Intune (Microsoft Endpoint Manager)

Follow the instructions below to create a deployment in Intune. Any other Intune deployment solution would fail as that renames the PKG installer file.

    1. Login to your Intune tenant at endpoint.microsoft.com
    2. Click Apps and in macOS apps view, click +Add.
    3. Click Select app type > macOS app (PKG) > Select.
    4. Click Select app package file > Select a file and navigate to your downloaded .pkg file.
    5. Click Open and OK.

      Result: The .pkg file gets uploaded.

    6. Under App information fill in the required fields marked with an asterisk (*).
    7. Enter your preferred name into the Publisher box.
    8. Select Next.
  • PKG files without a GroupID:

    1. Enter the following script into the Pre-install script box:
      #!/bin/bash
      
      
      
      echo "export PRODUCT_NAME=xxxxxx" >> /etc/profile
      
      echo "export COMPANY_ID=xxxxxx" >> /etc/profile
      
      echo "export PUBLIC_KEY=xxxxxx" >> /etc/profile
      
      echo "export DOMAIN_NAME=xxxxxx" >> /etc/profile
    2. In the downloaded .pkg file highlight the characters immediately:
      1. after C_ and before _K_ and copy/paste the COMPANY_ID into the script.
      2. after K_ and before _devices and copy/paste the PUBLIC_KEY into the script.
      3. after the public key starting with "devices" and copy/paste the DOMAIN_NAME into the script.

      Result: Your script should look like something like this:

      #!/bin/bash echo "export PRODUCT_NAME=GoToResolve_Unattended" >> /etc/profile echo "export COMPANY_ID=1234567891234567891" >> /etc/profile echo "export PUBLIC_KEY=18237468123478019237491023478123674c12312a21342134e12342134444c4" >> /etc/profile echo "export DOMAIN_NAME=devices-iot.console.gotoresolve.com" >> /etc/profile

    PKG files with a GroupID:

    1. Enter the following script into the Pre-install script box:
      #!/bin/bash
      
      
      
      echo "export PRODUCT_NAME=xxxxxx" >> /etc/profile
      
      echo "export COMPANY_ID=xxxxxx" >> /etc/profile
      
      echo "export PUBLIC_KEY=xxxxxx" >> /etc/profile
      
      echo "export GROUP_ID=xxxxxx" >> /etc/profile
      
      echo "export DOMAIN_NAME=xxxxxx" >> /etc/profile
    2. In the downloaded .pkg file highlight the characters immediately:
      1. after C_ and before _K_ and copy/paste the COMPANY_ID into the script.
      2. after K_ and before _G_ and copy/paste the PUBLIC_KEY into the script.
      3. after G_ and before _devices and copy/paste the GROUP_ID into the script.
      4. after the public key starting with "devices" and copy/paste the DOMAIN_NAME into the script.

      Result: Your script should look like something like this:

      #!/bin/bash echo "export PRODUCT_NAME=GoToResolve_Unattended" >> /etc/profile echo "export COMPANY_ID=1234567891234567891" >> /etc/profile echo "export PUBLIC_KEY=18237468123478019237491023478123674c12312a21342134e12342134444c4" >> /etc/profile echo "export GROUP_ID=b80516f5-abef-4710-aa02-ffd9f893b5d5" >> /etc/profile echo "export DOMAIN_NAME=devices-iot.console.gotoresolve.com" >> /etc/profile

    3. Select Next.

      Result: The Requirements tab is displayed.

    4. Select macOS High Sierra 10.13 as the Minimum operating system.
    5. Select Next.

      Result: The Detection rule tab is displayed.

    6. On the Detection rule tab delete all bundle IDs except for com.goto.resolve-unattended.ui.
    7. Select Next.

      Result: The Assignments tab is displayed.

    8. Select the assignments based on your needs.
    9. Select Next.

      Result: The Review + create tab is displayed.

    10. Select Create.

Results: Intune will now begin to save and deploy your app according to your settings on the Assignment page.

Article last updated: 15 February, 2024
You are viewing the latest version of this article.

Need help?

Contact icon Contact support
Manage Cases icon Manage cases
Community icon Ask the Community
Training icon Attend trainings
Video icon Watch videos
  • Language selector icon Language selector icon
    • English
    • Français
    • Italiano
    • Deutsch
    • Español
    • Português
    • Nederlands
  • About Us
  • Terms of Service
  • Privacy Policy
  • Trademark
  • Do Not Sell or Share My Personal Info
  • Browse Products
  • Cookie Preferences
  • Copyright © 2025 GoTo Group, Inc. All rights reserved

Collaboration Products

GoTo Connect

GoTo Meeting

GoTo Webinar

GoTo Training

join.me

Grasshopper

OpenVoice

Remote Solutions Products

GoTo Resolve

Rescue

GoToAssist

Access Products

Pro

Central

GoToMyPC